home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / qdr40c.zip / QDR.DOC < prev   
Text File  |  1991-07-11  |  9KB  |  251 lines

  1.  
  2.  Command QDR                                                 Version 4.0c
  3.  -----------                                                July 11, 1991
  4.  
  5.  
  6.  Purpose
  7.  -------
  8.         Prepare a floppy diskette  for re-use by formatting  it quickly,
  9.         optionally with a new volume label.
  10.  
  11.  Format
  12.  ------
  13.                 QDR [d:][label]  [/F] [/N] [/V] [/B] [/Q]
  14.                                  [/1] [/2] [/3] [/4] [/8]
  15.  
  16.  Remarks
  17.  -------
  18.         The d: parameter is required and it  supplies  the drive letter.
  19.         A fixed disk  can not  be re-formatted.
  20.  
  21.         You may supply a volume label (up to 11 characters)  immediately
  22.         following the drive letter.  For example:
  23.  
  24.                 QDR b:scratch
  25.  
  26.         You may  supply the  /F option  to force  a full  format of  all
  27.         tracks.  The  /1, /2,  /3, /4,  and /8  options apply  to a full
  28.         format, and specify the disk type.
  29.  
  30.         Bad clusters remain marked as bad unless a full format is  used,
  31.         then  clusters  are  marked  as  unusable  if  they  can  not be
  32.         formatted.  Use the /V (verbose) option to receive a display  of
  33.         the cluster numbers that are marked as not usable.
  34.  
  35.         The /N option suppresses  the "press ENTER to  continue" prompt.
  36.         Otherwise, press  the enter  key to  reformat the  disk, or  the
  37.         ESCape key to cancel.
  38.  
  39.         The DOS error level is set to 0 for successful completion, or to
  40.         1 if any errors occur.
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.         QDR (c) Copyright Vernon D. Buerg 1986-91. All rights reserved.
  59.  
  60.  
  61.  
  62.  Command QDR                                                 Version 4.0c
  63.  -----------                                                July 11, 1991
  64.  
  65.                         Options
  66.                         -------
  67.  
  68.         /F - forced full format; uses DOS to format and verify each
  69.              track.
  70.  
  71.         /1 - forces single  sided format,  SSSD/8 or  SSSD/9, on 360 kb
  72.              drives when /F is used.
  73.  
  74.         /2 - forces DSHD format on 1440 kb capacity drives
  75.  
  76.         /3 - forces DSQD format on 720 kb capacity drives
  77.  
  78.         /4 - forces DSDD format on 1.2 mb capacity drives
  79.  
  80.         /8 - forces 8-sector format; SSSD/8 or DSDD/8, on 360 kb drives
  81.  
  82.         /N - no prompt; skips the "Press ENTER" message and reply
  83.  
  84.         /V - verbose messages; displays a message for each cluster  that
  85.              is marked as unusable
  86.  
  87.         /B - use disk BIOS routines only for formatting; if omitted, the
  88.              DOS  routines  used  for  formatting  are determined by the
  89.              version  of  DOS  in  use.   This  option is supplied as an
  90.              alternative to the default because  QDR may not be able  to
  91.              format  a  new  diskette  when  certain  device  drivers or
  92.              versions of DOS are installed.
  93.  
  94.         /Q - quick format without verification or bad track marking.  If
  95.              the target  disk has  bad spots,  write errors  may result.
  96.              This  option   is  NOT   recommended  for   formatting  new
  97.              diskettes.
  98.  
  99.  
  100.  
  101.                          Formatting
  102.                          ----------
  103.  
  104.         To perform a full format of a disk sectors, use the /F  options.
  105.         It is recommended that you use DOS FORMAT since QDR is not  much
  106.         faster when doing a full format.  Both mark bad clusters.
  107.  
  108.         You may suppy /1 to force SSSD format, /4 for DSDD (360k), or /3
  109.         for DSQD (720kb), or /8 for eight-sectors (SSSD or DSDD).
  110.  
  111.  
  112.         Unless  /F  is  used,  the  diskette  must  have been previously
  113.         formatted.  The allowable diskette  formats are: DSQD (1.2mb  or
  114.         720kb),  SSSD/8,  SSSD/9,  DSDD/8,  DSDD/9,  and DSHD (1.44 mb).
  115.  
  116.         When information is available  for other drive types,  they will
  117.         be added to the data in the internal device table.  Your  system
  118.         hardware and software must support the device type.
  119.  
  120.  
  121.  
  122.  Command QDR                                                 Version 4.0c
  123.  -----------                                                July 11, 1991
  124.  
  125.                          Version history
  126.                          ---------------
  127.  
  128.         Version 1.0, 2/28/86
  129.           -  initial release
  130.  
  131.         Version 2.7, 2/4/87
  132.           -  update boot sector with device  constant when  using /f  to
  133.              format, should correct problems  with 3.5  inch dsqd  drive
  134.           -  correct  initialization of  fat (not marking  bad clusters)
  135.              when using /f
  136.  
  137.         Version 2.8, 2/5/87
  138.           -  correct marking of fat for side 2
  139.           -  improve format verification, set retries to 2
  140.           -  add operator action request for drive not ready  or if disk
  141.              is write protected
  142.  
  143.         Version 2.9, 3/20/87
  144.           -  minor correction for /3 (dsqd) formatting
  145.  
  146.         Version 3.2, 10/24/87
  147.           - change meaning of /4; the default format is now the
  148.             highest density for the drive.
  149.           - allow formatting of drives under DOS 3.2 (and later?),
  150.             and new formats 3.5/720kb and 3.5/1440kb.
  151.  
  152.         Version 3.3, 12/29/87
  153.           - correct /F formatting of DSQD/AT under DOS 3.1 without drivers
  154.  
  155.         Version 3.3c, 1/16/88
  156.           - correct /4 (DSDD 360 kb) formatting on 1.2 mb AT drives
  157.  
  158.         Version 3.3d, 1/27/88
  159.           - display error messages, e.g. "write protected disk", even
  160.             when /V option is not used
  161.  
  162.         Version 3.3g, 5/06/90
  163.           - corrections for full format of high density diskettes
  164.  
  165.         Version 3.3h, 9/26/90 - expand usage message
  166.         Version 3.3i, 4/21/91 - add DesqView awareness
  167.         Version 4.0a, 5/06/91 - corrections for recognition and proper
  168.                 formatting of 1.44/720k drives and drives resulting from the
  169.                 use of device drivers, e.g. DRIVER.SYS
  170.         Version 4.0b, 7/04/91 - corrections for DOS 5.0 and detection of
  171.                                 3.5"/720k drives for full format
  172. |       Version 4.0c, 7/11/91 - correct error not restoring system diskette
  173. |                               parameters after /F forced format
  174.  
  175.  
  176.  Command QDR                                                 Version 4.0c
  177.  -----------                                                July 11, 1991
  178.  
  179.                          Examples
  180.                          --------
  181.  
  182.      o  Reformat a previously formatted and used diskette. Write a
  183.         volume label of SCRATCH:
  184.  
  185.                 QDR A:scratch
  186.  
  187.      o  Alternately format new diskettes in drives A and B.
  188.         First, create a BAT file called TWOFOR.BAT with these commands:
  189.  
  190.                 QDR A: /F/N
  191.                 QDR B: /F/N
  192.                 TWOFOR
  193.  
  194.         Then, issue the command TWOFOR.  When the last diskette has been
  195.         formatted, press ctrl-C to abort the program.
  196.  
  197.  
  198.      o  Fully format a disk quickly using BIOS routines; suppress the
  199.         "Press ENTER" prompt:
  200.  
  201.                 QDR A: /fnbq
  202.  
  203.  
  204.  
  205.  
  206.  Command QDR                                                 Version 4.0c
  207.  -----------                                                July 11, 1991
  208.  
  209.  
  210.                         Notice
  211.                         ------
  212.  
  213.         This  document  and  the  QDR.COM  file comprise the QDR program
  214.         ("software").   This  software  is  copyrighted  material and is
  215.         subject to limitations by the copyright holder ("author") as  to
  216.         its use and distribution.
  217.  
  218.         You may  use the  software; make  copies of  the software;  give
  219.         copies to anyone; and distribute it via electronic means.  There
  220.         is no charge for this software,  but you must include a copy  of
  221.         this document with any copies that you make.
  222.  
  223.         You  are  specifically  prohibited  from  charging or requesting
  224.         donations  for  any  copies;  from  modifying the software; from
  225.         distributing the software with commercial products without prior
  226.         written permission; and from distributing this software,  either
  227.         al